Version 2 (modified by 17 years ago) (diff) | ,
---|
For those with shell accounts, using Pyblosxom on pidgin:
- Copy /usr/lib/cgi-bin/pyblosxom.cgi to ~/public_html/blog/index.cgi
- Copy /etc/pyblosxom/config.py to ~/public_html/blog/
- Open config.py in your favorite text editor, the config file should be self documenting, but make shure that the datadir property is the full path to where you will store your blog entries.
- Create the datadir, and check the permissions on all directories and files. index.cgi must be executable
- create a .htaccess in the ~/public_html/blog directory looking like
Options ExecCGI <Files index.cgi> ForceType application/cgi-script SetHandler cgi-script </Files>
- Open up a text file in your datadir called firstpost.txt and write something and save. Now test the url